home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1465 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  674 b   |  25 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 1 && _root.range == true)
  5.       {
  6.          if(_root.even25 == 0)
  7.          {
  8.             _root.next_dis1 = 9;
  9.             _root.di1 = 267;
  10.             _root.next_txt1 = "I\'m sorry dear, the kitchen is off limits for students.";
  11.          }
  12.          else
  13.          {
  14.             _root.nogo.exit3._x = _root.lvl.hewitt._x;
  15.             _root.nogo.exit3._y = _root.lvl.hewitt._y;
  16.          }
  17.       }
  18.       if(_root.micon._currentframe == 2)
  19.       {
  20.          _root.next_dis1 = 2;
  21.          _root.next_txt1 = "Seems to be the entrance to the kitchen.";
  22.       }
  23.    }
  24. }
  25.